khushi - HTMLify profile

khushi's Profile Picture

khushi

74 Files

9336 Views

Latest files of /khushi/Netflix clone

index.html khushi/Netflix clone/index.html
246 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NETFLIX</title>
<link href="netflix.css" rel="stylesheet" />
netflix.css khushi/Netflix clone/netflix.css
86 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Martel+Sans:wght@200;300;400;600;700;800;900&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
* {
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
}
body {
background-color: black;